<para>
The specified icon name is used to look up a themed icon, while taking
- the values of the -gtk-icon-style and -gtk-icon-theme properties. This
- kind of image is mainly used as value of the -gtk-icon-source property.
+ into account the values of the -gtk-icon-theme and -gtk-icon-palette
+ properties. This kind of image is mainly used as value of the
+ -gtk-icon-source property.
</para>
<example>
<para>
GTK+ supports scaled rendering on hi-resolution displays. This works
- best if images can be specify normal and hi-resolution variants. From
+ best if images can specify normal and hi-resolution variants. From
CSS, this can be done with the -gtk-scaled syntax.
</para>
<entry>✓</entry>
<entry></entry>
<entry></entry>
- <entry></entry>
+ <entry>Determines the preferred style for application-loaded icons</entry>
</row>
<row>
<entry>‑gtk‑icon‑theme</entry>
<entry>✓</entry>
<entry></entry>
<entry></entry>
- <entry>Since 3.20</entry>
+ <entry>The icon theme to use with -gtk-icontheme(). Since 3.20</entry>
</row>
<row>
<entry>‑gtk‑icon‑palette</entry>
- <entry><code>default | 〈name〉 〈color〉 [ , 〈name〉 〈color〉 ]*</code></entry>
+ <entry><code>〈color palette〉</code></entry>
<entry><code>default</code></entry>
<entry>✓</entry>
<entry>✓</entry>
<entry></entry>
- <entry>Since 3.20</entry>
+ <entry>Used to recolor symbolic icons (both application-loaded and from -gtk-icontheme()). Since 3.20</entry>
</row>
<row>
<entry>‑gtk‑icon‑shadow</entry>
<literallayout><code>〈transform〉 = matrix( 〈number〉 [ , 〈number〉 ]{5} ) | translate( 〈length〉, 〈length〉 ) | translateX( 〈length〉 ) | translateY( 〈length〉 ) |</code>
<code> scale( 〈number〉[ , 〈number〉 ]? ) | scaleX( 〈number〉 ) | scaleY( 〈number〉 ) | rotate( 〈angle〉 ) | skew( 〈angle〉 [ , 〈angle〉 ]? ) |</code>
<code> skewX( 〈angle〉 ) | skewY( 〈angle〉 )</code>
+<code>〈color palette〉 = default | 〈name〉 〈color〉 [ , 〈name〉 〈color〉 ]*</code></entry>
</literallayout>
<para>
as arrows, expanders, spinners, checks or radios. -gtk-icon-style and
-gtk-icon-theme are used when resolving images using the -gtk-icontheme
syntax. -gtk-icon-palette defines a color palette for recoloring symbolic
- icons. The recognized names for colors in symbolic icons are "error",
- "warning" and "success".
+ icons. The recognized names for colors in symbolic icons are error,
+ warning and success.
</para>
<table pgwide="1">